home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 117 / PC Guia 117.iso / Software / Produtividade / Software2 / Product4 / Setup.exe / drupal-4.6.0 / misc / print.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-11-25  |  342 b   |  27 lines

  1. /* $Id: print.css,v 1.4 2003/11/25 19:26:21 dries Exp $ */
  2.  
  3. body {
  4.   margin: 1em;
  5.   background-color: #fff;
  6. }
  7. th {
  8.   text-align: left;
  9.   color: #006;
  10.   border-bottom: 1px solid #ccc;
  11. }
  12. tr.dark {
  13.   background-color: #ddd;
  14. }
  15. tr.light {
  16.   background-color: #fff;
  17. }
  18. td {
  19.   padding: 5px;
  20. }
  21. #menu {
  22.   visibility: hidden;
  23. }
  24. #main {
  25.   margin: 1em;
  26. }
  27.